type context.emptyCtx (struct)

Method Implmentations

Deadline() (deadline time.Time, ok bool) emptyCtx.M : Context.Deadline
Done() <-chan struct{} emptyCtx.M : Context.Done
Err() error emptyCtx.M : Context.Err
Value(key any) any emptyCtx.M : Context.Value